home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / libsrc / c / makefile.n next >
Encoding:
Makefile  |  1994-08-05  |  28.5 KB  |  1,030 lines

  1. # This file is generated from maketmpl by mm.c
  2. # This is file Maketmpl
  3. #
  4. # Copyright (C) 1993 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
  5. #
  6. # This file is distributed under the terms listed in the document
  7. # "copying.dj", available from DJ Delorie at the address above.
  8. # A copy of "copying.dj" should accompany this file; if not, a copy
  9. # should be available from where this file was obtained.  This file
  10. # may not be distributed without a verbatim copy of "copying.dj".
  11. #
  12. # This file is distributed WITHOUT ANY WARRANTY; without even the implied
  13. # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  14. #
  15.  
  16. #
  17. # Makefile for libc.a
  18. #
  19.  
  20. ENDOFLIST =
  21.  
  22. CFLAGS = -O2
  23.  
  24. OBJS = \
  25.     $(ODIR)/go32func.o \
  26.     $(ODIR)/infoblk.o \
  27.     $(ODIR)/dpmi.o \
  28.     $(ODIR)/clrerr.o \
  29.     $(ODIR)/doscan.o \
  30.     $(ODIR)/fcloseal.o \
  31.     $(ODIR)/fdopen.o \
  32.     $(ODIR)/fgetc.o \
  33.     $(ODIR)/fgets.o \
  34.     $(ODIR)/filbuf.o \
  35.     $(ODIR)/findiop.o \
  36.     $(ODIR)/flsbuf.o \
  37.     $(ODIR)/fopen.o \
  38.     $(ODIR)/fprintf.o \
  39.     $(ODIR)/fputc.o \
  40.     $(ODIR)/fputs.o \
  41.     $(ODIR)/fread.o \
  42.     $(ODIR)/freopen.o \
  43.     $(ODIR)/fseek.o \
  44.     $(ODIR)/ftell.o \
  45.     $(ODIR)/fwrite.o \
  46.     $(ODIR)/getchar.o \
  47.     $(ODIR)/gets.o \
  48.     $(ODIR)/getw.o \
  49.     $(ODIR)/popen.o \
  50.     $(ODIR)/printf.o \
  51.     $(ODIR)/putchar.o \
  52.     $(ODIR)/puts.o \
  53.     $(ODIR)/putw.o \
  54.     $(ODIR)/rew.o \
  55.     $(ODIR)/scanf.o \
  56.     $(ODIR)/setbuf.o \
  57.     $(ODIR)/setbuffe.o \
  58.     $(ODIR)/setvbuf.o \
  59.     $(ODIR)/sprintf.o \
  60.     $(ODIR)/ungetc.o \
  61.     $(ODIR)/vfprintf.o \
  62.     $(ODIR)/vprintf.o \
  63.     $(ODIR)/vsprintf.o \
  64.     $(ODIR)/stdio.o \
  65.     $(ODIR)/doprnt.o \
  66.     $(ODIR)/abort.o \
  67.     $(ODIR)/abs.o \
  68.     $(ODIR)/atof.o \
  69.     $(ODIR)/atoi.o \
  70.     $(ODIR)/atol.o \
  71.     $(ODIR)/bsearch.o \
  72.     $(ODIR)/cfree.o \
  73.     $(ODIR)/ctype.o \
  74.     $(ODIR)/div.o \
  75.     $(ODIR)/exit.o \
  76.     $(ODIR)/getenv.o \
  77.     $(ODIR)/labs.o \
  78.     $(ODIR)/ldexp.o \
  79.     $(ODIR)/ldiv.o \
  80.     $(ODIR)/malloc.o \
  81.     $(ODIR)/onexit.o \
  82.     $(ODIR)/putenv.o \
  83.     $(ODIR)/qsort.o \
  84.     $(ODIR)/rand.o \
  85.     $(ODIR)/setenv.o \
  86.     $(ODIR)/strtod.o \
  87.     $(ODIR)/strtol.o \
  88.     $(ODIR)/strtoul.o \
  89.     $(ODIR)/syserr.o \
  90.     $(ODIR)/farptr.o \
  91.     $(ODIR)/atold.o \
  92.     $(ODIR)/itoa.o \
  93.     $(ODIR)/strtold.o \
  94.     $(ODIR)/modf.o \
  95.     $(ODIR)/modfl.o \
  96.     $(ODIR)/bcmp.o \
  97.     $(ODIR)/ffs.o \
  98.     $(ODIR)/index.o \
  99.     $(ODIR)/memccpy.o \
  100.     $(ODIR)/memchr.o \
  101.     $(ODIR)/memcmp.o \
  102.     $(ODIR)/rindex.o \
  103.     $(ODIR)/strcasec.o \
  104.     $(ODIR)/strcat.o \
  105.     $(ODIR)/strchr.o \
  106.     $(ODIR)/strcmp.o \
  107.     $(ODIR)/strcoll.o \
  108.     $(ODIR)/strcpy.o \
  109.     $(ODIR)/strcspn.o \
  110.     $(ODIR)/strdup.o \
  111.     $(ODIR)/strerror.o \
  112.     $(ODIR)/strftime.o \
  113.     $(ODIR)/strlen.o \
  114.     $(ODIR)/strlwr.o \
  115.     $(ODIR)/strncat.o \
  116.     $(ODIR)/strncmp.o \
  117.     $(ODIR)/strncpy.o \
  118.     $(ODIR)/strpbrk.o \
  119.     $(ODIR)/strrchr.o \
  120.     $(ODIR)/strsep.o \
  121.     $(ODIR)/strspn.o \
  122.     $(ODIR)/strstr.o \
  123.     $(ODIR)/strtok.o \
  124.     $(ODIR)/strupr.o \
  125.     $(ODIR)/strxfrm.o \
  126.     $(ODIR)/swab.o \
  127.     $(ODIR)/_bcopy.o \
  128.     $(ODIR)/_memcpy.o \
  129.     $(ODIR)/bcopy.o \
  130.     $(ODIR)/bzero.o \
  131.     $(ODIR)/memcpy.o \
  132.     $(ODIR)/memmove.o \
  133.     $(ODIR)/memset.o \
  134.     $(ODIR)/access.o \
  135.     $(ODIR)/chown.o \
  136.     $(ODIR)/creat.o \
  137.     $(ODIR)/crlf2nl.o \
  138.     $(ODIR)/ctordtor.o \
  139.     $(ODIR)/disable.o \
  140.     $(ODIR)/enable.o \
  141.     $(ODIR)/fchmod.o \
  142.     $(ODIR)/fork.o \
  143.     $(ODIR)/ftruncat.o \
  144.     $(ODIR)/getcbrk.o \
  145.     $(ODIR)/getcwd.o \
  146.     $(ODIR)/getdtabl.o \
  147.     $(ODIR)/getegid.o \
  148.     $(ODIR)/geteuid.o \
  149.     $(ODIR)/getftime.o \
  150.     $(ODIR)/getgid.o \
  151.     $(ODIR)/getpages.o \
  152.     $(ODIR)/getpid.o \
  153.     $(ODIR)/getrusag.o \
  154.     $(ODIR)/utime.o \
  155.     $(ODIR)/getuid.o \
  156.     $(ODIR)/kill.o \
  157.     $(ODIR)/link.o \
  158.     $(ODIR)/mntent.o \
  159.     $(ODIR)/readv.o \
  160.     $(ODIR)/signal.o \
  161.     $(ODIR)/sigsetma.o \
  162.     $(ODIR)/stat.o \
  163.     $(ODIR)/statfs.o \
  164.     $(ODIR)/stubs.o \
  165.     $(ODIR)/truncate.o \
  166.     $(ODIR)/umask.o \
  167.     $(ODIR)/utimes.o \
  168.     $(ODIR)/vfork.o \
  169.     $(ODIR)/writev.o \
  170.     $(ODIR)/gettimeo.o \
  171.     $(ODIR)/_exit.o \
  172.     $(ODIR)/_setmode.o \
  173.     $(ODIR)/brk.o \
  174.     $(ODIR)/chdir.o \
  175.     $(ODIR)/chmod.o \
  176.     $(ODIR)/clock.o \
  177.     $(ODIR)/close.o \
  178.     $(ODIR)/dup.o \
  179.     $(ODIR)/dup2.o \
  180.     $(ODIR)/errno.o \
  181.     $(ODIR)/fstat.o \
  182.     $(ODIR)/fsync.o \
  183.     $(ODIR)/getwd.o \
  184.     $(ODIR)/hton.o \
  185.     $(ODIR)/isatty.o \
  186.     $(ODIR)/longjmp.o \
  187.     $(ODIR)/lseek.o \
  188.     $(ODIR)/open.o \
  189.     $(ODIR)/read.o \
  190.     $(ODIR)/rename.o \
  191.     $(ODIR)/rmdir.o \
  192.     $(ODIR)/sbrk.o \
  193.     $(ODIR)/setjmp.o \
  194.     $(ODIR)/setstack.o \
  195.     $(ODIR)/settimeo.o \
  196.     $(ODIR)/stat_ast.o \
  197.     $(ODIR)/system.o \
  198.     $(ODIR)/tell.o \
  199.     $(ODIR)/turbo.o \
  200.     $(ODIR)/unlink.o \
  201.     $(ODIR)/mkdir.o \
  202.     $(ODIR)/write.o \
  203.     $(ODIR)/alloca.o \
  204.     $(ODIR)/ctime.o \
  205.     $(ODIR)/difftime.o \
  206.     $(ODIR)/fixpath.o \
  207.     $(ODIR)/fnmatch.o \
  208.     $(ODIR)/ftime.o \
  209.     $(ODIR)/getgrent.o \
  210.     $(ODIR)/getlogin.o \
  211.     $(ODIR)/getopt.o \
  212.     $(ODIR)/getpass.o \
  213.     $(ODIR)/getpwent.o \
  214.     $(ODIR)/insque.o \
  215.     $(ODIR)/isctype.o \
  216.     $(ODIR)/mktemp.o \
  217.     $(ODIR)/nlist.o \
  218.     $(ODIR)/pathconf.o \
  219.     $(ODIR)/perror.o \
  220.     $(ODIR)/random.o \
  221.     $(ODIR)/remove.o \
  222.     $(ODIR)/remque.o \
  223.     $(ODIR)/setjmper.o \
  224.     $(ODIR)/sleep.o \
  225.     $(ODIR)/sysconf.o \
  226.     $(ODIR)/time.o \
  227.     $(ODIR)/timezone.o \
  228.     $(ODIR)/tmpnam.o \
  229.     $(ODIR)/ttyname.o \
  230.     $(ODIR)/valloc.o \
  231.     $(ODIR)/xmalloc.o \
  232.     $(ODIR)/xrealloc.o \
  233.     $(ODIR)/bdos.o \
  234.     $(ODIR)/bdosptr.o \
  235.     $(ODIR)/delay.o \
  236.     $(ODIR)/dir.o \
  237.     $(ODIR)/fnmerge.o \
  238.     $(ODIR)/fnsplit.o \
  239.     $(ODIR)/getdate.o \
  240.     $(ODIR)/getdfree.o \
  241.     $(ODIR)/getdisk.o \
  242.     $(ODIR)/gettime.o \
  243.     $(ODIR)/intdos.o \
  244.     $(ODIR)/intdosx.o \
  245.     $(ODIR)/setdate.o \
  246.     $(ODIR)/setdisk.o \
  247.     $(ODIR)/settime.o \
  248.     $(ODIR)/exec.o \
  249.     $(ODIR)/lock.o \
  250.     $(ODIR)/dosmem.o \
  251.     $(ODIR)/findfirs.o \
  252.     $(ODIR)/findnext.o \
  253.     $(ODIR)/getch.o \
  254.     $(ODIR)/getkey.o \
  255.     $(ODIR)/int86x.o \
  256.     $(ODIR)/kbhit.o \
  257.     $(ODIR)/doslock.o \
  258.     $(ODIR)/biosequi.o \
  259.     $(ODIR)/bioskey.o \
  260.     $(ODIR)/biosmem.o \
  261.     $(ODIR)/biosprin.o \
  262.     $(ODIR)/biosdisk.o \
  263.     $(ODIR)/bioscom.o \
  264.     $(ODIR)/biostime.o \
  265.     $(ODIR)/localeco.o \
  266.     $(ODIR)/lconv.o \
  267.     $(ODIR)/mbcurmax.o \
  268.     $(ODIR)/setlocal.o \
  269.     $(ODIR)/wcstombs.o \
  270.     $(ODIR)/mblen.o \
  271.     $(ODIR)/mbstowcs.o \
  272.     $(ODIR)/mbtowc.o \
  273.     $(ODIR)/wctomb.o \
  274.     $(ENDOFLIST)
  275.  
  276. ../../lib/libc$(PS).a : $(ODIR) $(OBJS)
  277.     -rm $@
  278.     ar rs $@ $(ODIR)/*.o
  279.  
  280. $(ODIR) :
  281.     md $(ODIR)
  282.  
  283. $(ODIR)/go32func.o : go32/go32func.c
  284.     gcc $(PG) $(CFLAGS) -c go32/go32func.c -o $(ODIR)/go32func.o
  285.  
  286. $(ODIR)/infoblk.o : go32/infoblk.c
  287.     gcc $(PG) $(CFLAGS) -c go32/infoblk.c -o $(ODIR)/infoblk.o
  288.  
  289. $(ODIR)/dpmi.o : go32/dpmi.c
  290.     gcc $(PG) $(CFLAGS) -c go32/dpmi.c -o $(ODIR)/dpmi.o
  291.  
  292. $(ODIR)/clrerr.o : io/clrerr.c
  293.     gcc $(PG) $(CFLAGS) -c io/clrerr.c -o $(ODIR)/clrerr.o
  294.  
  295. $(ODIR)/doscan.o : io/doscan.c
  296.     gcc $(PG) $(CFLAGS) -c io/doscan.c -o $(ODIR)/doscan.o
  297.  
  298. $(ODIR)/fcloseal.o : io/fcloseal.c
  299.     gcc $(PG) $(CFLAGS) -c io/fcloseal.c -o $(ODIR)/fcloseal.o
  300.  
  301. $(ODIR)/fdopen.o : io/fdopen.c
  302.     gcc $(PG) $(CFLAGS) -c io/fdopen.c -o $(ODIR)/fdopen.o
  303.  
  304. $(ODIR)/fgetc.o : io/fgetc.c
  305.     gcc $(PG) $(CFLAGS) -c io/fgetc.c -o $(ODIR)/fgetc.o
  306.  
  307. $(ODIR)/fgets.o : io/fgets.c
  308.     gcc $(PG) $(CFLAGS) -c io/fgets.c -o $(ODIR)/fgets.o
  309.  
  310. $(ODIR)/filbuf.o : io/filbuf.c
  311.     gcc $(PG) $(CFLAGS) -c io/filbuf.c -o $(ODIR)/filbuf.o
  312.  
  313. $(ODIR)/findiop.o : io/findiop.c
  314.     gcc $(PG) $(CFLAGS) -c io/findiop.c -o $(ODIR)/findiop.o
  315.  
  316. $(ODIR)/flsbuf.o : io/flsbuf.c
  317.     gcc $(PG) $(CFLAGS) -c io/flsbuf.c -o $(ODIR)/flsbuf.o
  318.  
  319. $(ODIR)/fopen.o : io/fopen.c
  320.     gcc $(PG) $(CFLAGS) -c io/fopen.c -o $(ODIR)/fopen.o
  321.  
  322. $(ODIR)/fprintf.o : io/fprintf.c
  323.     gcc $(PG) $(CFLAGS) -c io/fprintf.c -o $(ODIR)/fprintf.o
  324.  
  325. $(ODIR)/fputc.o : io/fputc.c
  326.     gcc $(PG) $(CFLAGS) -c io/fputc.c -o $(ODIR)/fputc.o
  327.  
  328. $(ODIR)/fputs.o : io/fputs.c
  329.     gcc $(PG) $(CFLAGS) -c io/fputs.c -o $(ODIR)/fputs.o
  330.  
  331. $(ODIR)/fread.o : io/fread.c
  332.     gcc $(PG) $(CFLAGS) -c io/fread.c -o $(ODIR)/fread.o
  333.  
  334. $(ODIR)/freopen.o : io/freopen.c
  335.     gcc $(PG) $(CFLAGS) -c io/freopen.c -o $(ODIR)/freopen.o
  336.  
  337. $(ODIR)/fseek.o : io/fseek.c
  338.     gcc $(PG) $(CFLAGS) -c io/fseek.c -o $(ODIR)/fseek.o
  339.  
  340. $(ODIR)/ftell.o : io/ftell.c
  341.     gcc $(PG) $(CFLAGS) -c io/ftell.c -o $(ODIR)/ftell.o
  342.  
  343. $(ODIR)/fwrite.o : io/fwrite.c
  344.     gcc $(PG) $(CFLAGS) -c io/fwrite.c -o $(ODIR)/fwrite.o
  345.  
  346. $(ODIR)/getchar.o : io/getchar.c
  347.     gcc $(PG) $(CFLAGS) -c io/getchar.c -o $(ODIR)/getchar.o
  348.  
  349. $(ODIR)/gets.o : io/gets.c
  350.     gcc $(PG) $(CFLAGS) -c io/gets.c -o $(ODIR)/gets.o
  351.  
  352. $(ODIR)/getw.o : io/getw.c
  353.     gcc $(PG) $(CFLAGS) -c io/getw.c -o $(ODIR)/getw.o
  354.  
  355. $(ODIR)/popen.o : io/popen.c
  356.     gcc $(PG) $(CFLAGS) -c io/popen.c -o $(ODIR)/popen.o
  357.  
  358. $(ODIR)/printf.o : io/printf.c
  359.     gcc $(PG) $(CFLAGS) -c io/printf.c -o $(ODIR)/printf.o
  360.  
  361. $(ODIR)/putchar.o : io/putchar.c
  362.     gcc $(PG) $(CFLAGS) -c io/putchar.c -o $(ODIR)/putchar.o
  363.  
  364. $(ODIR)/puts.o : io/puts.c
  365.     gcc $(PG) $(CFLAGS) -c io/puts.c -o $(ODIR)/puts.o
  366.  
  367. $(ODIR)/putw.o : io/putw.c
  368.     gcc $(PG) $(CFLAGS) -c io/putw.c -o $(ODIR)/putw.o
  369.  
  370. $(ODIR)/rew.o : io/rew.c
  371.     gcc $(PG) $(CFLAGS) -c io/rew.c -o $(ODIR)/rew.o
  372.  
  373. $(ODIR)/scanf.o : io/scanf.c
  374.     gcc $(PG) $(CFLAGS) -c io/scanf.c -o $(ODIR)/scanf.o
  375.  
  376. $(ODIR)/setbuf.o : io/setbuf.c
  377.     gcc $(PG) $(CFLAGS) -c io/setbuf.c -o $(ODIR)/setbuf.o
  378.  
  379. $(ODIR)/setbuffe.o : io/setbuffe.c
  380.     gcc $(PG) $(CFLAGS) -c io/setbuffe.c -o $(ODIR)/setbuffe.o
  381.  
  382. $(ODIR)/setvbuf.o : io/setvbuf.c
  383.     gcc $(PG) $(CFLAGS) -c io/setvbuf.c -o $(ODIR)/setvbuf.o
  384.  
  385. $(ODIR)/sprintf.o : io/sprintf.c
  386.     gcc $(PG) $(CFLAGS) -c io/sprintf.c -o $(ODIR)/sprintf.o
  387.  
  388. $(ODIR)/ungetc.o : io/ungetc.c
  389.     gcc $(PG) $(CFLAGS) -c io/ungetc.c -o $(ODIR)/ungetc.o
  390.  
  391. $(ODIR)/vfprintf.o : io/vfprintf.c
  392.     gcc $(PG) $(CFLAGS) -c io/vfprintf.c -o $(ODIR)/vfprintf.o
  393.  
  394. $(ODIR)/vprintf.o : io/vprintf.c
  395.     gcc $(PG) $(CFLAGS) -c io/vprintf.c -o $(ODIR)/vprintf.o
  396.  
  397. $(ODIR)/vsprintf.o : io/vsprintf.c
  398.     gcc $(PG) $(CFLAGS) -c io/vsprintf.c -o $(ODIR)/vsprintf.o
  399.  
  400. $(ODIR)/stdio.o : io/stdio.c
  401.     gcc $(PG) $(CFLAGS) -c io/stdio.c -o $(ODIR)/stdio.o
  402.  
  403. $(ODIR)/doprnt.o : io/doprnt.c
  404.     gcc $(PG) $(CFLAGS) -c io/doprnt.c -o $(ODIR)/doprnt.o
  405.  
  406. $(ODIR)/abort.o : lib/abort.c
  407.     gcc $(PG) $(CFLAGS) -c lib/abort.c -o $(ODIR)/abort.o
  408.  
  409. $(ODIR)/abs.o : lib/abs.c
  410.     gcc $(PG) $(CFLAGS) -c lib/abs.c -o $(ODIR)/abs.o
  411.  
  412. $(ODIR)/atof.o : lib/atof.c
  413.     gcc $(PG) $(CFLAGS) -c lib/atof.c -o $(ODIR)/atof.o
  414.  
  415. $(ODIR)/atoi.o : lib/atoi.c
  416.     gcc $(PG) $(CFLAGS) -c lib/atoi.c -o $(ODIR)/atoi.o
  417.  
  418. $(ODIR)/atol.o : lib/atol.c
  419.     gcc $(PG) $(CFLAGS) -c lib/atol.c -o $(ODIR)/atol.o
  420.  
  421. $(ODIR)/bsearch.o : lib/bsearch.c
  422.     gcc $(PG) $(CFLAGS) -c lib/bsearch.c -o $(ODIR)/bsearch.o
  423.  
  424. $(ODIR)/cfree.o : lib/cfree.c
  425.     gcc $(PG) $(CFLAGS) -c lib/cfree.c -o $(ODIR)/cfree.o
  426.  
  427. $(ODIR)/ctype.o : lib/ctype.c
  428.     gcc $(PG) $(CFLAGS) -c lib/ctype.c -o $(ODIR)/ctype.o
  429.  
  430. $(ODIR)/div.o : lib/div.c
  431.     gcc $(PG) $(CFLAGS) -c lib/div.c -o $(ODIR)/div.o
  432.  
  433. $(ODIR)/exit.o : lib/exit.c
  434.     gcc $(PG) $(CFLAGS) -c lib/exit.c -o $(ODIR)/exit.o
  435.  
  436. $(ODIR)/getenv.o : lib/getenv.c
  437.     gcc $(PG) $(CFLAGS) -c lib/getenv.c -o $(ODIR)/getenv.o
  438.  
  439. $(ODIR)/labs.o : lib/labs.c
  440.     gcc $(PG) $(CFLAGS) -c lib/labs.c -o $(ODIR)/labs.o
  441.  
  442. $(ODIR)/ldexp.o : lib/ldexp.c
  443.     gcc $(PG) $(CFLAGS) -c lib/ldexp.c -o $(ODIR)/ldexp.o
  444.  
  445. $(ODIR)/ldiv.o : lib/ldiv.c
  446.     gcc $(PG) $(CFLAGS) -c lib/ldiv.c -o $(ODIR)/ldiv.o
  447.  
  448. $(ODIR)/malloc.o : lib/malloc.c
  449.     gcc $(PG) $(CFLAGS) -c lib/malloc.c -o $(ODIR)/malloc.o
  450.  
  451. $(ODIR)/onexit.o : lib/onexit.c
  452.     gcc $(PG) $(CFLAGS) -c lib/onexit.c -o $(ODIR)/onexit.o
  453.  
  454. $(ODIR)/putenv.o : lib/putenv.c
  455.     gcc $(PG) $(CFLAGS) -c lib/putenv.c -o $(ODIR)/putenv.o
  456.  
  457. $(ODIR)/qsort.o : lib/qsort.c
  458.     gcc $(PG) $(CFLAGS) -c lib/qsort.c -o $(ODIR)/qsort.o
  459.  
  460. $(ODIR)/rand.o : lib/rand.c
  461.     gcc $(PG) $(CFLAGS) -c lib/rand.c -o $(ODIR)/rand.o
  462.  
  463. $(ODIR)/setenv.o : lib/setenv.c
  464.     gcc $(PG) $(CFLAGS) -c lib/setenv.c -o $(ODIR)/setenv.o
  465.  
  466. $(ODIR)/strtod.o : lib/strtod.c
  467.     gcc $(PG) $(CFLAGS) -c lib/strtod.c -o $(ODIR)/strtod.o
  468.  
  469. $(ODIR)/strtol.o : lib/strtol.c
  470.     gcc $(PG) $(CFLAGS) -c lib/strtol.c -o $(ODIR)/strtol.o
  471.  
  472. $(ODIR)/strtoul.o : lib/strtoul.c
  473.     gcc $(PG) $(CFLAGS) -c lib/strtoul.c -o $(ODIR)/strtoul.o
  474.  
  475. $(ODIR)/syserr.o : lib/syserr.c
  476.     gcc $(PG) $(CFLAGS) -c lib/syserr.c -o $(ODIR)/syserr.o
  477.  
  478. $(ODIR)/farptr.o : lib/farptr.c
  479.     gcc $(PG) $(CFLAGS) -c lib/farptr.c -o $(ODIR)/farptr.o
  480.  
  481. $(ODIR)/atold.o : lib/atold.c
  482.     gcc $(PG) $(CFLAGS) -c lib/atold.c -o $(ODIR)/atold.o
  483.  
  484. $(ODIR)/itoa.o : lib/itoa.c
  485.     gcc $(PG) $(CFLAGS) -c lib/itoa.c -o $(ODIR)/itoa.o
  486.  
  487. $(ODIR)/strtold.o : lib/strtold.c
  488.     gcc $(PG) $(CFLAGS) -c lib/strtold.c -o $(ODIR)/strtold.o
  489.  
  490. $(ODIR)/modf.o : lib/modf.S
  491.     gcc $(PG) $(CFLAGS) -c lib/modf.S -o $(ODIR)/modf.o
  492.  
  493. $(ODIR)/modfl.o : lib/modfl.S
  494.     gcc $(PG) $(CFLAGS) -c lib/modfl.S -o $(ODIR)/modfl.o
  495.  
  496. $(ODIR)/bcmp.o : str/bcmp.c
  497.     gcc $(PG) $(CFLAGS) -c str/bcmp.c -o $(ODIR)/bcmp.o
  498.  
  499. $(ODIR)/ffs.o : str/ffs.c
  500.     gcc $(PG) $(CFLAGS) -c str/ffs.c -o $(ODIR)/ffs.o
  501.  
  502. $(ODIR)/index.o : str/index.c
  503.     gcc $(PG) $(CFLAGS) -c str/index.c -o $(ODIR)/index.o
  504.  
  505. $(ODIR)/memccpy.o : str/memccpy.c
  506.     gcc $(PG) $(CFLAGS) -c str/memccpy.c -o $(ODIR)/memccpy.o
  507.  
  508. $(ODIR)/memchr.o : str/memchr.c
  509.     gcc $(PG) $(CFLAGS) -c str/memchr.c -o $(ODIR)/memchr.o
  510.  
  511. $(ODIR)/memcmp.o : str/memcmp.c
  512.     gcc $(PG) $(CFLAGS) -c str/memcmp.c -o $(ODIR)/memcmp.o
  513.  
  514. $(ODIR)/rindex.o : str/rindex.c
  515.     gcc $(PG) $(CFLAGS) -c str/rindex.c -o $(ODIR)/rindex.o
  516.  
  517. $(ODIR)/strcasec.o : str/strcasec.c
  518.     gcc $(PG) $(CFLAGS) -c str/strcasec.c -o $(ODIR)/strcasec.o
  519.  
  520. $(ODIR)/strcat.o : str/strcat.c
  521.     gcc $(PG) $(CFLAGS) -c str/strcat.c -o $(ODIR)/strcat.o
  522.  
  523. $(ODIR)/strchr.o : str/strchr.c
  524.     gcc $(PG) $(CFLAGS) -c str/strchr.c -o $(ODIR)/strchr.o
  525.  
  526. $(ODIR)/strcmp.o : str/strcmp.c
  527.     gcc $(PG) $(CFLAGS) -c str/strcmp.c -o $(ODIR)/strcmp.o
  528.  
  529. $(ODIR)/strcoll.o : str/strcoll.c
  530.     gcc $(PG) $(CFLAGS) -c str/strcoll.c -o $(ODIR)/strcoll.o
  531.  
  532. $(ODIR)/strcpy.o : str/strcpy.c
  533.     gcc $(PG) $(CFLAGS) -c str/strcpy.c -o $(ODIR)/strcpy.o
  534.  
  535. $(ODIR)/strcspn.o : str/strcspn.c
  536.     gcc $(PG) $(CFLAGS) -c str/strcspn.c -o $(ODIR)/strcspn.o
  537.  
  538. $(ODIR)/strdup.o : str/strdup.c
  539.     gcc $(PG) $(CFLAGS) -c str/strdup.c -o $(ODIR)/strdup.o
  540.  
  541. $(ODIR)/strerror.o : str/strerror.c
  542.     gcc $(PG) $(CFLAGS) -c str/strerror.c -o $(ODIR)/strerror.o
  543.  
  544. $(ODIR)/strftime.o : str/strftime.c
  545.     gcc $(PG) $(CFLAGS) -c str/strftime.c -o $(ODIR)/strftime.o
  546.  
  547. $(ODIR)/strlen.o : str/strlen.c
  548.     gcc $(PG) $(CFLAGS) -c str/strlen.c -o $(ODIR)/strlen.o
  549.  
  550. $(ODIR)/strlwr.o : str/strlwr.c
  551.     gcc $(PG) $(CFLAGS) -c str/strlwr.c -o $(ODIR)/strlwr.o
  552.  
  553. $(ODIR)/strncat.o : str/strncat.c
  554.     gcc $(PG) $(CFLAGS) -c str/strncat.c -o $(ODIR)/strncat.o
  555.  
  556. $(ODIR)/strncmp.o : str/strncmp.c
  557.     gcc $(PG) $(CFLAGS) -c str/strncmp.c -o $(ODIR)/strncmp.o
  558.  
  559. $(ODIR)/strncpy.o : str/strncpy.c
  560.     gcc $(PG) $(CFLAGS) -c str/strncpy.c -o $(ODIR)/strncpy.o
  561.  
  562. $(ODIR)/strpbrk.o : str/strpbrk.c
  563.     gcc $(PG) $(CFLAGS) -c str/strpbrk.c -o $(ODIR)/strpbrk.o
  564.  
  565. $(ODIR)/strrchr.o : str/strrchr.c
  566.     gcc $(PG) $(CFLAGS) -c str/strrchr.c -o $(ODIR)/strrchr.o
  567.  
  568. $(ODIR)/strsep.o : str/strsep.c
  569.     gcc $(PG) $(CFLAGS) -c str/strsep.c -o $(ODIR)/strsep.o
  570.  
  571. $(ODIR)/strspn.o : str/strspn.c
  572.     gcc $(PG) $(CFLAGS) -c str/strspn.c -o $(ODIR)/strspn.o
  573.  
  574. $(ODIR)/strstr.o : str/strstr.c
  575.     gcc $(PG) $(CFLAGS) -c str/strstr.c -o $(ODIR)/strstr.o
  576.  
  577. $(ODIR)/strtok.o : str/strtok.c
  578.     gcc $(PG) $(CFLAGS) -c str/strtok.c -o $(ODIR)/strtok.o
  579.  
  580. $(ODIR)/strupr.o : str/strupr.c
  581.     gcc $(PG) $(CFLAGS) -c str/strupr.c -o $(ODIR)/strupr.o
  582.  
  583. $(ODIR)/strxfrm.o : str/strxfrm.c
  584.     gcc $(PG) $(CFLAGS) -c str/strxfrm.c -o $(ODIR)/strxfrm.o
  585.  
  586. $(ODIR)/swab.o : str/swab.c
  587.     gcc $(PG) $(CFLAGS) -c str/swab.c -o $(ODIR)/swab.o
  588.  
  589. $(ODIR)/_bcopy.o : str/_bcopy.S
  590.     gcc $(PG) $(CFLAGS) -c str/_bcopy.S -o $(ODIR)/_bcopy.o
  591.  
  592. $(ODIR)/_memcpy.o : str/_memcpy.S
  593.     gcc $(PG) $(CFLAGS) -c str/_memcpy.S -o $(ODIR)/_memcpy.o
  594.  
  595. $(ODIR)/bcopy.o : str/bcopy.S
  596.     gcc $(PG) $(CFLAGS) -c str/bcopy.S -o $(ODIR)/bcopy.o
  597.  
  598. $(ODIR)/bzero.o : str/bzero.S
  599.     gcc $(PG) $(CFLAGS) -c str/bzero.S -o $(ODIR)/bzero.o
  600.  
  601. $(ODIR)/memcpy.o : str/memcpy.S
  602.     gcc $(PG) $(CFLAGS) -c str/memcpy.S -o $(ODIR)/memcpy.o
  603.  
  604. $(ODIR)/memmove.o : str/memmove.S
  605.     gcc $(PG) $(CFLAGS) -c str/memmove.S -o $(ODIR)/memmove.o
  606.  
  607. $(ODIR)/memset.o : str/memset.S
  608.     gcc $(PG) $(CFLAGS) -c str/memset.S -o $(ODIR)/memset.o
  609.  
  610. $(ODIR)/access.o : sys/access.c
  611.     gcc $(PG) $(CFLAGS) -c sys/access.c -o $(ODIR)/access.o
  612.  
  613. $(ODIR)/chown.o : sys/chown.c
  614.     gcc $(PG) $(CFLAGS) -c sys/chown.c -o $(ODIR)/chown.o
  615.  
  616. $(ODIR)/creat.o : sys/creat.c
  617.     gcc $(PG) $(CFLAGS) -c sys/creat.c -o $(ODIR)/creat.o
  618.  
  619. $(ODIR)/crlf2nl.o : sys/crlf2nl.c
  620.     gcc $(PG) $(CFLAGS) -c sys/crlf2nl.c -o $(ODIR)/crlf2nl.o
  621.  
  622. $(ODIR)/ctordtor.o : sys/ctordtor.c
  623.     gcc $(PG) $(CFLAGS) -c sys/ctordtor.c -o $(ODIR)/ctordtor.o
  624.  
  625. $(ODIR)/disable.o : sys/disable.c
  626.     gcc $(PG) $(CFLAGS) -c sys/disable.c -o $(ODIR)/disable.o
  627.  
  628. $(ODIR)/enable.o : sys/enable.c
  629.     gcc $(PG) $(CFLAGS) -c sys/enable.c -o $(ODIR)/enable.o
  630.  
  631. $(ODIR)/fchmod.o : sys/fchmod.c
  632.     gcc $(PG) $(CFLAGS) -c sys/fchmod.c -o $(ODIR)/fchmod.o
  633.  
  634. $(ODIR)/fork.o : sys/fork.c
  635.     gcc $(PG) $(CFLAGS) -c sys/fork.c -o $(ODIR)/fork.o
  636.  
  637. $(ODIR)/ftruncat.o : sys/ftruncat.c
  638.     gcc $(PG) $(CFLAGS) -c sys/ftruncat.c -o $(ODIR)/ftruncat.o
  639.  
  640. $(ODIR)/getcbrk.o : sys/getcbrk.c
  641.     gcc $(PG) $(CFLAGS) -c sys/getcbrk.c -o $(ODIR)/getcbrk.o
  642.  
  643. $(ODIR)/getcwd.o : sys/getcwd.c
  644.     gcc $(PG) $(CFLAGS) -c sys/getcwd.c -o $(ODIR)/getcwd.o
  645.  
  646. $(ODIR)/getdtabl.o : sys/getdtabl.c
  647.     gcc $(PG) $(CFLAGS) -c sys/getdtabl.c -o $(ODIR)/getdtabl.o
  648.  
  649. $(ODIR)/getegid.o : sys/getegid.c
  650.     gcc $(PG) $(CFLAGS) -c sys/getegid.c -o $(ODIR)/getegid.o
  651.  
  652. $(ODIR)/geteuid.o : sys/geteuid.c
  653.     gcc $(PG) $(CFLAGS) -c sys/geteuid.c -o $(ODIR)/geteuid.o
  654.  
  655. $(ODIR)/getftime.o : sys/getftime.c
  656.     gcc $(PG) $(CFLAGS) -c sys/getftime.c -o $(ODIR)/getftime.o
  657.  
  658. $(ODIR)/getgid.o : sys/getgid.c
  659.     gcc $(PG) $(CFLAGS) -c sys/getgid.c -o $(ODIR)/getgid.o
  660.  
  661. $(ODIR)/getpages.o : sys/getpages.c
  662.     gcc $(PG) $(CFLAGS) -c sys/getpages.c -o $(ODIR)/getpages.o
  663.  
  664. $(ODIR)/getpid.o : sys/getpid.c
  665.     gcc $(PG) $(CFLAGS) -c sys/getpid.c -o $(ODIR)/getpid.o
  666.  
  667. $(ODIR)/getrusag.o : sys/getrusag.c
  668.     gcc $(PG) $(CFLAGS) -c sys/getrusag.c -o $(ODIR)/getrusag.o
  669.  
  670. $(ODIR)/utime.o : sys/utime.c
  671.     gcc $(PG) $(CFLAGS) -c sys/utime.c -o $(ODIR)/utime.o
  672.  
  673. $(ODIR)/getuid.o : sys/getuid.c
  674.     gcc $(PG) $(CFLAGS) -c sys/getuid.c -o $(ODIR)/getuid.o
  675.  
  676. $(ODIR)/kill.o : sys/kill.c
  677.     gcc $(PG) $(CFLAGS) -c sys/kill.c -o $(ODIR)/kill.o
  678.  
  679. $(ODIR)/link.o : sys/link.c
  680.     gcc $(PG) $(CFLAGS) -c sys/link.c -o $(ODIR)/link.o
  681.  
  682. $(ODIR)/mntent.o : sys/mntent.c
  683.     gcc $(PG) $(CFLAGS) -c sys/mntent.c -o $(ODIR)/mntent.o
  684.  
  685. $(ODIR)/readv.o : sys/readv.c
  686.     gcc $(PG) $(CFLAGS) -c sys/readv.c -o $(ODIR)/readv.o
  687.  
  688. $(ODIR)/signal.o : sys/signal.c
  689.     gcc $(PG) $(CFLAGS) -c sys/signal.c -o $(ODIR)/signal.o
  690.  
  691. $(ODIR)/sigsetma.o : sys/sigsetma.c
  692.     gcc $(PG) $(CFLAGS) -c sys/sigsetma.c -o $(ODIR)/sigsetma.o
  693.  
  694. $(ODIR)/stat.o : sys/stat.c
  695.     gcc $(PG) $(CFLAGS) -c sys/stat.c -o $(ODIR)/stat.o
  696.  
  697. $(ODIR)/statfs.o : sys/statfs.c
  698.     gcc $(PG) $(CFLAGS) -c sys/statfs.c -o $(ODIR)/statfs.o
  699.  
  700. $(ODIR)/stubs.o : sys/stubs.c
  701.     gcc $(PG) $(CFLAGS) -c sys/stubs.c -o $(ODIR)/stubs.o
  702.  
  703. $(ODIR)/truncate.o : sys/truncate.c
  704.     gcc $(PG) $(CFLAGS) -c sys/truncate.c -o $(ODIR)/truncate.o
  705.  
  706. $(ODIR)/umask.o : sys/umask.c
  707.     gcc $(PG) $(CFLAGS) -c sys/umask.c -o $(ODIR)/umask.o
  708.  
  709. $(ODIR)/utimes.o : sys/utimes.c
  710.     gcc $(PG) $(CFLAGS) -c sys/utimes.c -o $(ODIR)/utimes.o
  711.  
  712. $(ODIR)/vfork.o : sys/vfork.c
  713.     gcc $(PG) $(CFLAGS) -c sys/vfork.c -o $(ODIR)/vfork.o
  714.  
  715. $(ODIR)/writev.o : sys/writev.c
  716.     gcc $(PG) $(CFLAGS) -c sys/writev.c -o $(ODIR)/writev.o
  717.  
  718. $(ODIR)/gettimeo.o : sys/gettimeo.c
  719.     gcc $(PG) $(CFLAGS) -c sys/gettimeo.c -o $(ODIR)/gettimeo.o
  720.  
  721. $(ODIR)/_exit.o : sys/_exit.S
  722.     gcc $(PG) $(CFLAGS) -c sys/_exit.S -o $(ODIR)/_exit.o
  723.  
  724. $(ODIR)/_setmode.o : sys/_setmode.S
  725.     gcc $(PG) $(CFLAGS) -c sys/_setmode.S -o $(ODIR)/_setmode.o
  726.  
  727. $(ODIR)/brk.o : sys/brk.S
  728.     gcc $(PG) $(CFLAGS) -c sys/brk.S -o $(ODIR)/brk.o
  729.  
  730. $(ODIR)/chdir.o : sys/chdir.S
  731.     gcc $(PG) $(CFLAGS) -c sys/chdir.S -o $(ODIR)/chdir.o
  732.  
  733. $(ODIR)/chmod.o : sys/chmod.S
  734.     gcc $(PG) $(CFLAGS) -c sys/chmod.S -o $(ODIR)/chmod.o
  735.  
  736. $(ODIR)/clock.o : sys/clock.S
  737.     gcc $(PG) $(CFLAGS) -c sys/clock.S -o $(ODIR)/clock.o
  738.  
  739. $(ODIR)/close.o : sys/close.S
  740.     gcc $(PG) $(CFLAGS) -c sys/close.S -o $(ODIR)/close.o
  741.  
  742. $(ODIR)/dup.o : sys/dup.S
  743.     gcc $(PG) $(CFLAGS) -c sys/dup.S -o $(ODIR)/dup.o
  744.  
  745. $(ODIR)/dup2.o : sys/dup2.S
  746.     gcc $(PG) $(CFLAGS) -c sys/dup2.S -o $(ODIR)/dup2.o
  747.  
  748. $(ODIR)/errno.o : sys/errno.S
  749.     gcc $(PG) $(CFLAGS) -c sys/errno.S -o $(ODIR)/errno.o
  750.  
  751. $(ODIR)/fstat.o : sys/fstat.S
  752.     gcc $(PG) $(CFLAGS) -c sys/fstat.S -o $(ODIR)/fstat.o
  753.  
  754. $(ODIR)/fsync.o : sys/fsync.S
  755.     gcc $(PG) $(CFLAGS) -c sys/fsync.S -o $(ODIR)/fsync.o
  756.  
  757. $(ODIR)/getwd.o : sys/getwd.S
  758.     gcc $(PG) $(CFLAGS) -c sys/getwd.S -o $(ODIR)/getwd.o
  759.  
  760. $(ODIR)/hton.o : sys/hton.S
  761.     gcc $(PG) $(CFLAGS) -c sys/hton.S -o $(ODIR)/hton.o
  762.  
  763. $(ODIR)/isatty.o : sys/isatty.S
  764.     gcc $(PG) $(CFLAGS) -c sys/isatty.S -o $(ODIR)/isatty.o
  765.  
  766. $(ODIR)/longjmp.o : sys/longjmp.S
  767.     gcc $(PG) $(CFLAGS) -c sys/longjmp.S -o $(ODIR)/longjmp.o
  768.  
  769. $(ODIR)/lseek.o : sys/lseek.S
  770.     gcc $(PG) $(CFLAGS) -c sys/lseek.S -o $(ODIR)/lseek.o
  771.  
  772. $(ODIR)/open.o : sys/open.S
  773.     gcc $(PG) $(CFLAGS) -c sys/open.S -o $(ODIR)/open.o
  774.  
  775. $(ODIR)/read.o : sys/read.S
  776.     gcc $(PG) $(CFLAGS) -c sys/read.S -o $(ODIR)/read.o
  777.  
  778. $(ODIR)/rename.o : sys/rename.S
  779.     gcc $(PG) $(CFLAGS) -c sys/rename.S -o $(ODIR)/rename.o
  780.  
  781. $(ODIR)/rmdir.o : sys/rmdir.S
  782.     gcc $(PG) $(CFLAGS) -c sys/rmdir.S -o $(ODIR)/rmdir.o
  783.  
  784. $(ODIR)/sbrk.o : sys/sbrk.S
  785.     gcc $(PG) $(CFLAGS) -c sys/sbrk.S -o $(ODIR)/sbrk.o
  786.  
  787. $(ODIR)/setjmp.o : sys/setjmp.S
  788.     gcc $(PG) $(CFLAGS) -c sys/setjmp.S -o $(ODIR)/setjmp.o
  789.  
  790. $(ODIR)/setstack.o : sys/setstack.S
  791.     gcc $(PG) $(CFLAGS) -c sys/setstack.S -o $(ODIR)/setstack.o
  792.  
  793. $(ODIR)/settimeo.o : sys/settimeo.S
  794.     gcc $(PG) $(CFLAGS) -c sys/settimeo.S -o $(ODIR)/settimeo.o
  795.  
  796. $(ODIR)/stat_ast.o : sys/stat_ast.S
  797.     gcc $(PG) $(CFLAGS) -c sys/stat_ast.S -o $(ODIR)/stat_ast.o
  798.  
  799. $(ODIR)/system.o : sys/system.S
  800.     gcc $(PG) $(CFLAGS) -c sys/system.S -o $(ODIR)/system.o
  801.  
  802. $(ODIR)/tell.o : sys/tell.S
  803.     gcc $(PG) $(CFLAGS) -c sys/tell.S -o $(ODIR)/tell.o
  804.  
  805. $(ODIR)/turbo.o : sys/turbo.S
  806.     gcc $(PG) $(CFLAGS) -c sys/turbo.S -o $(ODIR)/turbo.o
  807.  
  808. $(ODIR)/unlink.o : sys/unlink.S
  809.     gcc $(PG) $(CFLAGS) -c sys/unlink.S -o $(ODIR)/unlink.o
  810.  
  811. $(ODIR)/mkdir.o : sys/mkdir.S
  812.     gcc $(PG) $(CFLAGS) -c sys/mkdir.S -o $(ODIR)/mkdir.o
  813.  
  814. $(ODIR)/write.o : sys/write.S
  815.     gcc $(PG) $(CFLAGS) -c sys/write.S -o $(ODIR)/write.o
  816.  
  817. $(ODIR)/alloca.o : gen/alloca.c
  818.     gcc $(PG) $(CFLAGS) -c gen/alloca.c -o $(ODIR)/alloca.o
  819.  
  820. $(ODIR)/ctime.o : gen/ctime.c
  821.     gcc $(PG) $(CFLAGS) -c gen/ctime.c -o $(ODIR)/ctime.o
  822.  
  823. $(ODIR)/difftime.o : gen/difftime.c
  824.     gcc $(PG) $(CFLAGS) -c gen/difftime.c -o $(ODIR)/difftime.o
  825.  
  826. $(ODIR)/fixpath.o : gen/fixpath.c
  827.     gcc $(PG) $(CFLAGS) -c gen/fixpath.c -o $(ODIR)/fixpath.o
  828.  
  829. $(ODIR)/fnmatch.o : gen/fnmatch.c
  830.     gcc $(PG) $(CFLAGS) -c gen/fnmatch.c -o $(ODIR)/fnmatch.o
  831.  
  832. $(ODIR)/ftime.o : gen/ftime.c
  833.     gcc $(PG) $(CFLAGS) -c gen/ftime.c -o $(ODIR)/ftime.o
  834.  
  835. $(ODIR)/getgrent.o : gen/getgrent.c
  836.     gcc $(PG) $(CFLAGS) -c gen/getgrent.c -o $(ODIR)/getgrent.o
  837.  
  838. $(ODIR)/getlogin.o : gen/getlogin.c
  839.     gcc $(PG) $(CFLAGS) -c gen/getlogin.c -o $(ODIR)/getlogin.o
  840.  
  841. $(ODIR)/getopt.o : gen/getopt.c
  842.     gcc $(PG) $(CFLAGS) -c gen/getopt.c -o $(ODIR)/getopt.o
  843.  
  844. $(ODIR)/getpass.o : gen/getpass.c
  845.     gcc $(PG) $(CFLAGS) -c gen/getpass.c -o $(ODIR)/getpass.o
  846.  
  847. $(ODIR)/getpwent.o : gen/getpwent.c
  848.     gcc $(PG) $(CFLAGS) -c gen/getpwent.c -o $(ODIR)/getpwent.o
  849.  
  850. $(ODIR)/insque.o : gen/insque.c
  851.     gcc $(PG) $(CFLAGS) -c gen/insque.c -o $(ODIR)/insque.o
  852.  
  853. $(ODIR)/isctype.o : gen/isctype.c
  854.     gcc $(PG) $(CFLAGS) -c gen/isctype.c -o $(ODIR)/isctype.o
  855.  
  856. $(ODIR)/mktemp.o : gen/mktemp.c
  857.     gcc $(PG) $(CFLAGS) -c gen/mktemp.c -o $(ODIR)/mktemp.o
  858.  
  859. $(ODIR)/nlist.o : gen/nlist.c
  860.     gcc $(PG) $(CFLAGS) -c gen/nlist.c -o $(ODIR)/nlist.o
  861.  
  862. $(ODIR)/pathconf.o : gen/pathconf.c
  863.     gcc $(PG) $(CFLAGS) -c gen/pathconf.c -o $(ODIR)/pathconf.o
  864.  
  865. $(ODIR)/perror.o : gen/perror.c
  866.     gcc $(PG) $(CFLAGS) -c gen/perror.c -o $(ODIR)/perror.o
  867.  
  868. $(ODIR)/random.o : gen/random.c
  869.     gcc $(PG) $(CFLAGS) -c gen/random.c -o $(ODIR)/random.o
  870.  
  871. $(ODIR)/remove.o : gen/remove.c
  872.     gcc $(PG) $(CFLAGS) -c gen/remove.c -o $(ODIR)/remove.o
  873.  
  874. $(ODIR)/remque.o : gen/remque.c
  875.     gcc $(PG) $(CFLAGS) -c gen/remque.c -o $(ODIR)/remque.o
  876.  
  877. $(ODIR)/setjmper.o : gen/setjmper.c
  878.     gcc $(PG) $(CFLAGS) -c gen/setjmper.c -o $(ODIR)/setjmper.o
  879.  
  880. $(ODIR)/sleep.o : gen/sleep.c
  881.     gcc $(PG) $(CFLAGS) -c gen/sleep.c -o $(ODIR)/sleep.o
  882.  
  883. $(ODIR)/sysconf.o : gen/sysconf.c
  884.     gcc $(PG) $(CFLAGS) -c gen/sysconf.c -o $(ODIR)/sysconf.o
  885.  
  886. $(ODIR)/time.o : gen/time.c
  887.     gcc $(PG) $(CFLAGS) -c gen/time.c -o $(ODIR)/time.o
  888.  
  889. $(ODIR)/timezone.o : gen/timezone.c
  890.     gcc $(PG) $(CFLAGS) -c gen/timezone.c -o $(ODIR)/timezone.o
  891.  
  892. $(ODIR)/tmpnam.o : gen/tmpnam.c
  893.     gcc $(PG) $(CFLAGS) -c gen/tmpnam.c -o $(ODIR)/tmpnam.o
  894.  
  895. $(ODIR)/ttyname.o : gen/ttyname.c
  896.     gcc $(PG) $(CFLAGS) -c gen/ttyname.c -o $(ODIR)/ttyname.o
  897.  
  898. $(ODIR)/valloc.o : gen/valloc.c
  899.     gcc $(PG) $(CFLAGS) -c gen/valloc.c -o $(ODIR)/valloc.o
  900.  
  901. $(ODIR)/xmalloc.o : gen/xmalloc.c
  902.     gcc $(PG) $(CFLAGS) -c gen/xmalloc.c -o $(ODIR)/xmalloc.o
  903.  
  904. $(ODIR)/xrealloc.o : gen/xrealloc.c
  905.     gcc $(PG) $(CFLAGS) -c gen/xrealloc.c -o $(ODIR)/xrealloc.o
  906.  
  907. $(ODIR)/bdos.o : dos/bdos.c
  908.     gcc $(PG) $(CFLAGS) -c dos/bdos.c -o $(ODIR)/bdos.o
  909.  
  910. $(ODIR)/bdosptr.o : dos/bdosptr.c
  911.     gcc $(PG) $(CFLAGS) -c dos/bdosptr.c -o $(ODIR)/bdosptr.o
  912.  
  913. $(ODIR)/delay.o : dos/delay.c
  914.     gcc $(PG) $(CFLAGS) -c dos/delay.c -o $(ODIR)/delay.o
  915.  
  916. $(ODIR)/dir.o : dos/dir.c
  917.     gcc $(PG) $(CFLAGS) -c dos/dir.c -o $(ODIR)/dir.o
  918.  
  919. $(ODIR)/fnmerge.o : dos/fnmerge.c
  920.     gcc $(PG) $(CFLAGS) -c dos/fnmerge.c -o $(ODIR)/fnmerge.o
  921.  
  922. $(ODIR)/fnsplit.o : dos/fnsplit.c
  923.     gcc $(PG) $(CFLAGS) -c dos/fnsplit.c -o $(ODIR)/fnsplit.o
  924.  
  925. $(ODIR)/getdate.o : dos/getdate.c
  926.     gcc $(PG) $(CFLAGS) -c dos/getdate.c -o $(ODIR)/getdate.o
  927.  
  928. $(ODIR)/getdfree.o : dos/getdfree.c
  929.     gcc $(PG) $(CFLAGS) -c dos/getdfree.c -o $(ODIR)/getdfree.o
  930.  
  931. $(ODIR)/getdisk.o : dos/getdisk.c
  932.     gcc $(PG) $(CFLAGS) -c dos/getdisk.c -o $(ODIR)/getdisk.o
  933.  
  934. $(ODIR)/gettime.o : dos/gettime.c
  935.     gcc $(PG) $(CFLAGS) -c dos/gettime.c -o $(ODIR)/gettime.o
  936.  
  937. $(ODIR)/intdos.o : dos/intdos.c
  938.     gcc $(PG) $(CFLAGS) -c dos/intdos.c -o $(ODIR)/intdos.o
  939.  
  940. $(ODIR)/intdosx.o : dos/intdosx.c
  941.     gcc $(PG) $(CFLAGS) -c dos/intdosx.c -o $(ODIR)/intdosx.o
  942.  
  943. $(ODIR)/setdate.o : dos/setdate.c
  944.     gcc $(PG) $(CFLAGS) -c dos/setdate.c -o $(ODIR)/setdate.o
  945.  
  946. $(ODIR)/setdisk.o : dos/setdisk.c
  947.     gcc $(PG) $(CFLAGS) -c dos/setdisk.c -o $(ODIR)/setdisk.o
  948.  
  949. $(ODIR)/settime.o : dos/settime.c
  950.     gcc $(PG) $(CFLAGS) -c dos/settime.c -o $(ODIR)/settime.o
  951.  
  952. $(ODIR)/exec.o : dos/exec.c
  953.     gcc $(PG) $(CFLAGS) -c dos/exec.c -o $(ODIR)/exec.o
  954.  
  955. $(ODIR)/lock.o : dos/lock.c
  956.     gcc $(PG) $(CFLAGS) -c dos/lock.c -o $(ODIR)/lock.o
  957.  
  958. $(ODIR)/dosmem.o : dos/dosmem.S
  959.     gcc $(PG) $(CFLAGS) -c dos/dosmem.S -o $(ODIR)/dosmem.o
  960.  
  961. $(ODIR)/findfirs.o : dos/findfirs.S
  962.     gcc $(PG) $(CFLAGS) -c dos/findfirs.S -o $(ODIR)/findfirs.o
  963.  
  964. $(ODIR)/findnext.o : dos/findnext.S
  965.     gcc $(PG) $(CFLAGS) -c dos/findnext.S -o $(ODIR)/findnext.o
  966.  
  967. $(ODIR)/getch.o : dos/getch.S
  968.     gcc $(PG) $(CFLAGS) -c dos/getch.S -o $(ODIR)/getch.o
  969.  
  970. $(ODIR)/getkey.o : dos/getkey.S
  971.     gcc $(PG) $(CFLAGS) -c dos/getkey.S -o $(ODIR)/getkey.o
  972.  
  973. $(ODIR)/int86x.o : dos/int86x.S
  974.     gcc $(PG) $(CFLAGS) -c dos/int86x.S -o $(ODIR)/int86x.o
  975.  
  976. $(ODIR)/kbhit.o : dos/kbhit.S
  977.     gcc $(PG) $(CFLAGS) -c dos/kbhit.S -o $(ODIR)/kbhit.o
  978.  
  979. $(ODIR)/doslock.o : dos/doslock.S
  980.     gcc $(PG) $(CFLAGS) -c dos/doslock.S -o $(ODIR)/doslock.o
  981.  
  982. $(ODIR)/biosequi.o : bios/biosequi.c
  983.     gcc $(PG) $(CFLAGS) -c bios/biosequi.c -o $(ODIR)/biosequi.o
  984.  
  985. $(ODIR)/bioskey.o : bios/bioskey.c
  986.     gcc $(PG) $(CFLAGS) -c bios/bioskey.c -o $(ODIR)/bioskey.o
  987.  
  988. $(ODIR)/biosmem.o : bios/biosmem.c
  989.     gcc $(PG) $(CFLAGS) -c bios/biosmem.c -o $(ODIR)/biosmem.o
  990.  
  991. $(ODIR)/biosprin.o : bios/biosprin.c
  992.     gcc $(PG) $(CFLAGS) -c bios/biosprin.c -o $(ODIR)/biosprin.o
  993.  
  994. $(ODIR)/biosdisk.o : bios/biosdisk.c
  995.     gcc $(PG) $(CFLAGS) -c bios/biosdisk.c -o $(ODIR)/biosdisk.o
  996.  
  997. $(ODIR)/bioscom.o : bios/bioscom.c
  998.     gcc $(PG) $(CFLAGS) -c bios/bioscom.c -o $(ODIR)/bioscom.o
  999.  
  1000. $(ODIR)/biostime.o : bios/biostime.c
  1001.     gcc $(PG) $(CFLAGS) -c bios/biostime.c -o $(ODIR)/biostime.o
  1002.  
  1003. $(ODIR)/localeco.o : locale/localeco.c
  1004.     gcc $(PG) $(CFLAGS) -c locale/localeco.c -o $(ODIR)/localeco.o
  1005.  
  1006. $(ODIR)/lconv.o : locale/lconv.c
  1007.     gcc $(PG) $(CFLAGS) -c locale/lconv.c -o $(ODIR)/lconv.o
  1008.  
  1009. $(ODIR)/mbcurmax.o : locale/mbcurmax.c
  1010.     gcc $(PG) $(CFLAGS) -c locale/mbcurmax.c -o $(ODIR)/mbcurmax.o
  1011.  
  1012. $(ODIR)/setlocal.o : locale/setlocal.c
  1013.     gcc $(PG) $(CFLAGS) -c locale/setlocal.c -o $(ODIR)/setlocal.o
  1014.  
  1015. $(ODIR)/wcstombs.o : locale/wcstombs.c
  1016.     gcc $(PG) $(CFLAGS) -c locale/wcstombs.c -o $(ODIR)/wcstombs.o
  1017.  
  1018. $(ODIR)/mblen.o : locale/mblen.c
  1019.     gcc $(PG) $(CFLAGS) -c locale/mblen.c -o $(ODIR)/mblen.o
  1020.  
  1021. $(ODIR)/mbstowcs.o : locale/mbstowcs.c
  1022.     gcc $(PG) $(CFLAGS) -c locale/mbstowcs.c -o $(ODIR)/mbstowcs.o
  1023.  
  1024. $(ODIR)/mbtowc.o : locale/mbtowc.c
  1025.     gcc $(PG) $(CFLAGS) -c locale/mbtowc.c -o $(ODIR)/mbtowc.o
  1026.  
  1027. $(ODIR)/wctomb.o : locale/wctomb.c
  1028.     gcc $(PG) $(CFLAGS) -c locale/wctomb.c -o $(ODIR)/wctomb.o
  1029.  
  1030.